home *** CD-ROM | disk | FTP | other *** search
/ Spidla DivX / DivX.bin / CorePNG 0.6 / CorePNG_vfw.inf < prev   
Encoding:
Windows Setup INFormation  |  2003-10-27  |  2.5 KB  |  86 lines

  1. [Version]
  2. Signature = "$CHICAGO$"
  3. Class = MEDIA
  4.  
  5. [SourceDisksNames]
  6. 1="CorePNG Video Codec Install Disk",, 0001
  7.  
  8. [SourceDisksFiles]
  9. CorePNG_vfw.dll=1
  10.  
  11. [Installable.Drivers]
  12. PNG = 1:CorePNG_vfw.dll, "VIDC.PNG1", "PNG", , ,
  13.  
  14. [DefaultInstall]
  15. CopyFiles=PNG.Copy,WARP.Copy.Inf
  16. Updateinis = PNG.Updateini
  17. addreg = PNG.AddReg,PNG.AddReg9x, PNG.FilterReg
  18. MediaType = SOFTWARE
  19.  
  20. [DefaultInstall.ntx86]
  21. CopyFiles=PNG.Copy,PNG.Copy.Inf
  22. Updateinis = PNG.Updateini
  23. addreg = PNG.AddReg,PNG.AddRegNT,PNG.FilterReg
  24. MediaType = SOFTWARE
  25.  
  26. [Remove_Wavelet]
  27. DelReg = PNG.DelReg
  28. AddReg = PNG.FilterUnReg
  29. UpdateInis = PNG.DelIni
  30. DelFiles = PNG.Copy,PNG.Copy.Inf
  31.  
  32.  
  33. [PNG.Copy]
  34. CorePNG_vfw.dll
  35.  
  36. [PNG.Copy.Inf]
  37. CorePNG_vfw.inf
  38.  
  39. [PNG.UpdateIni]
  40. system.ini, drivers32,,"VIDC.PNG1=CorePNG_vfw.dll"
  41.  
  42. [PNG.DelIni]
  43. system.ini, drivers32,"VIDC.PNG1=CorePNG_vfw.dll",
  44.  
  45. [PNG.AddReg]
  46.  
  47. [PNG.AddReg9x]
  48. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\VIDC.PNG1,Description,,"PNG"
  49. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\VIDC.PNG1,Driver,,CorePNG_vfw.dll
  50. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\VIDC.PNG1,FriendlyName,,"PNG"
  51. HKLM,%UnInstallPath%,DisplayName,,%UninstallDispName%
  52. HKLM,%UnInstallPath%,UninstallString,,"%10%\rundll.exe setupx.dll,InstallHinfSection Remove_Wavelet 132 %17%\%InfFile%"
  53.  
  54. [PNG.AddRegNT]
  55. HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc,CorePNG_vfw.dll,,"CorePNG"
  56. HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers32,VIDC.PNG1,,CorePNG_vfw.dll
  57.  
  58. HKLM,%UnInstallPath%,DisplayName,,%UninstallDispName%
  59. HKLM,%UnInstallPath%,UninstallString,,"%11%\rundll32.exe setupapi,InstallHinfSection Remove_Wavelet 132 %17%\%InfFile%"
  60.  
  61. [PNG.DelReg]
  62. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\VIDC.PNG1
  63. HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc,CorePNG_vfw.dll,,""
  64. HKLM,%UnInstallPath%
  65.  
  66. [PNG.FilterReg]
  67. HKLM,%KEY_RUNONCE%,BatchRun1,,"regsvr32 /s %11%\CorePNG_vfw.dll"
  68.  
  69. [WARP.FilterUnReg]
  70. HKLM,%KEY_RUNONCE%,BatchRun1,,"regsvr32 /u /s %11%\CorePNG_vfw.dll"
  71.  
  72. [DestinationDirs]
  73. DefaultDestDir = 11    ; LDID_SYS
  74. PNG.Copy      = 11
  75. PNG.Copy.Inf  = 17
  76.  
  77. [Strings]
  78. WaveletFast="CorePNG VFW Video Codec"
  79. InfFile="CorePNG_vfw.inf"
  80. UninstallDispName="CorePNG VFW video codec"
  81. UnInstallPath="Software\Microsoft\Windows\CurrentVersion\Uninstall\CorePNG"
  82. MediaClassName="Media Devices"
  83. mfgname="Jory Stone"
  84. KEY_RUNONCE="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
  85.  
  86.